home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Python 1.4
/
stdwin
/
Ports
/
mac
/
menu.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-21
|
354 b
|
13 lines
|
[
TEXT/CWIE
]
/* MAC STDWIN -- MENU DEFINITIONS. */
/* Note -- struct menu isn't defined here.
MENU * is taken to be equivalent to MenuPtr, whenever appropriate.
I know this is a hack -- I'll fix it later. */
struct menubar {
int nmenus; /* Number of menus in the list */
MENU **menulist; /* Pointer to list of MENU pointers */
};
#define APPLE_MENU 32000